home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / business / pmast41.zip / README.1ST < prev    next >
Text File  |  1994-07-20  |  8KB  |  228 lines

  1.           PROPERTY MASTER: RENTAL PROPERTY DATABASE
  2.  
  3.           1.0 BEFORE YOU INSTALL
  4.           
  5.           
  6.           1.1 If You Have A CD ROM Drive
  7.           
  8.           If  your CD ROM drive is on, please make sure that you have a  CD
  9.           in it. Otherwise, the install program will think that your CD ROM 
  10.           drive's door is open.
  11.           
  12.           
  13.           1.2 Do You Have Enough Hard Disk Space?
  14.           
  15.           After the initial welcome screen during the install, the  program 
  16.           will  ask you which hard disk you would like to install  to.  The 
  17.           program  will  list  the required minimum space  to  install  the 
  18.           program  at the top of the screen. Each drive that  is  available 
  19.           for  installation will also display the remaining free space.  If 
  20.           you choose a disk drive with less space available than  required, 
  21.           the program will not go forward. Please exit the install  program
  22.           and free up hard disk space.
  23.           
  24.           
  25.           1.3   Let  The  INSTALL  Program  Modify  Your  AUTOEXEC.BAT  and 
  26.           CONFIG.SYS
  27.           
  28.           The  install program must make changes to your  AUTOEXEC.BAT  and 
  29.           CONFIG.SYS files. Backup files will be made. (Of course, you must
  30.           reboot your machine before the changes take effect.)
  31.           
  32.           
  33.           1.4 If You Received A Printed Manual, You Do Not Need To  Reprint 
  34.           It
  35.           
  36.           If you are reading this manual in printed form before you install 
  37.           the  program, you do not need to print the manual. When the  pro-
  38.           gram  asks  you  to  print out the  manual  (also  known  as  the 
  39.           README.TXT file), say BYPASS THIS OPERATION. Although, since this 
  40.           is shareware, you probably had to print it.
  41.           
  42.  
  43.           1.5 What Are All These AUTOEXEC and CONFIG Files With Numbers?
  44.  
  45.           As previously stated, the program will make backup copies of your
  46.           CONFIG.SYS   and  AUTOEXEC.BAT.  These  copies  will   be   named
  47.           AUTOEXEC.01, AUTOEXEC.02,... and CONFIG.01, CONFIG.02,... You may
  48.           delete  these files. Better yet, save them to a floppy  and  then
  49.           delete them, just in case.
  50.  
  51.           
  52.                                                                           2
  53.           
  54.           
  55.           
  56.           2.0 BEFORE YOU RUN THIS PROGRAM
  57.           
  58.           1) You must let the install program change your AUTOEXEC.BAT  and 
  59.           CONFIG.SYS (or you must do so manually). 
  60.           
  61.           The  AUTOEXEC.BAT must have the following line added  (which  the 
  62.           install will do for you):
  63.           
  64.           SET CLIPPER=F99
  65.           
  66.           This  should  be at the top of the file or after  the  @ECHO  OFF 
  67.           command.
  68.           
  69.           2) The CONFIG.SYS must have the following line (which will be in-
  70.           stall will do for you):
  71.           
  72.           FILES=99
  73.           
  74.           The  number can be higher than 99. 
  75.           
  76.           3)  This  you must check for manually. If you  have  a  SHARE.EXE 
  77.           command in your AUTOEXEC.BAT or CONFIG.SYS file, you must add the 
  78.           following to the end of the line: /f:4096 .
  79.           
  80.           If the line looks like this (in CONFIG.SYS):
  81.           
  82.           INSTALL=C:\DOS\SHARE.EXE
  83.           
  84.           change to:
  85.  
  86.           INSTALL=C:\DOS\SHARE.EXE /F:4096
  87.           
  88.           (If  there  are other things on the line as well,  just  add  the 
  89.           /f:4096  after the EXE part. Note that it can be upper  or  lower 
  90.           case.)
  91.           
  92.           If the line looks like this (in AUTOEXEC.BAT):
  93.           
  94.           C:\DOS\SHARE.EXE
  95.           
  96.           change to:
  97.           
  98.           C:\DOS\SHARE.EXE /F:4096
  99.           
  100.           (If  there  are other things on the line as well,  just  add  the 
  101.           /f:4096  after the EXE part. Note that it can be upper  or  lower 
  102.           case.)
  103.           
  104.           5)  Before the program will work, however, you must  reboot  your 
  105.           machine.  (To reboot, either turn off the machine for a few  sec-
  106.           onds and then turn back on or press the CTRL, ALT and DELETE keys
  107.           at the same time. Please remove any floppies you may have in your
  108.           disk  drives.)
  109.  
  110.  
  111.                                                                           3
  112.  
  113.  
  114.  
  115.           3.0 BEFORE YOU RUN THIS PROGRAM IF YOU HAVE DOS 6.0 OR LATER
  116.           
  117.           1) If you are not sure what version of DOS you have, type in  the 
  118.           following at the DOS prompt:
  119.           
  120.           VER <ENTER>
  121.           
  122.           Your computer will respond similar to:
  123.           
  124.           MS-DOS Version 6.2
  125.           
  126.           2) In your CONFIG.SYS, if you have a line that says:
  127.           
  128.           DEVICE=C:\DOS\EMM386.EXE NOEMS
  129.           
  130.           change to:
  131.           
  132.           DEVICE=C:\DOS\EMM386.EXE NOEMS NOVCPI
  133.           
  134.           (There may be additional information on the line, just make  sure 
  135.           to add "NOVCPI" after "NOEMS".)
  136.  
  137.           3) In your CONFIG.SYS, if you have a line that says:
  138.           
  139.           STACKS=9,256
  140.           
  141.           change to:
  142.           
  143.           STACKS=18,256
  144.           
  145.           If there is no STACKS statement, please add it.
  146.           
  147.           4) If you need help, please call (703) 777-5660.
  148.  
  149.           
  150.                                                                           4
  151.           
  152.           
  153.           
  154.           4.0  RUNNING  THIS  PROGRAM  WITHIN  WINDOWS  AS  A   NON-WINDOWS         
  155.           APPLICATION
  156.           
  157.           This  program will run within Windows with some  minor  modifica-
  158.           tions to your SYSTEM.INI.
  159.           
  160.           Edit your SYSTEM.INI file.
  161.  
  162.           Search for:         [386Enh]
  163.           
  164.           Add the following line immediately below [386Enh]:
  165.           
  166.           DEVICE=C:\RENTAL\VWFD.386
  167.           
  168.           (If  you  changed the directory when installing, use  the  appro-
  169.           priate directory here.)
  170.           
  171.           Start Windows:      WIN <ENTER>
  172.           
  173.           Go to the Program Group where you wish to add this program.
  174.           
  175.           Choose FILE from the Menu.
  176.           
  177.           Choose NEW.
  178.  
  179.           Select PROGRAM ITEM.
  180.           
  181.           For Description:, Enter:           Property Master
  182.  
  183.           For COMMAND LINE:, Enter:          C:\RENTAL.BAT /NG /NF
  184.           
  185.           For WORKING DIRECTORY:, Enter:     C:\
  186.           
  187.           Click on CHANGE ICON. Windows will tell you that no program items 
  188.           are  available. Click on OK. Then choose an icon from  the  given 
  189.           list.
  190.           
  191.           Click on OK.
  192.           
  193.           The  new  Property Master icon should be on  the  screen.  Double 
  194.           click  on it. It should work, the mouse will not be an arrow,  it 
  195.           will look like a sideways "H" with an "o" in the middle. I needed 
  196.           to turn off graphics mode within my program for the mouse to work 
  197.           in Windows.
  198.  
  199.           If  you  need help or uncomfortable doing this  yourself,  please
  200.           call for assistance.
  201.  
  202.  
  203.                                                                           5
  204.  
  205.  
  206.  
  207.           5.0 HOW TO CONTACT US IF YOU HAVE A PROBLEM
  208.  
  209.           Michael Belofsky
  210.           MSdataBase Solutions
  211.           614 Warrenton Terrace NE
  212.           Leesburg, VA 22075
  213.           (703) 777-5660
  214.  
  215.           We will always keep our  registered  customers  informed  in  the
  216.           event that we move (usually due to my full time job).
  217.  
  218.           We will also inform the ASP when/if we move. If you cannot get  a
  219.           hold of me, please contact the ASP at the following  address  for
  220.           my current address:
  221.  
  222.           Association of Shareware Professionals
  223.           545 Grover Road
  224.           Muskegon, MI 49442-9427
  225.  
  226.  
  227.           
  228.